net/http.http2randomWriteScheduler.sq (field)
8 uses
net/http (current package)
h2_bundle.go#L11321: return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
h2_bundle.go#L11331: sq map[uint32]*http2writeQueue
h2_bundle.go#L11342: q, ok := ws.sq[streamID]
h2_bundle.go#L11346: delete(ws.sq, streamID)
h2_bundle.go#L11360: q, ok := ws.sq[id]
h2_bundle.go#L11363: ws.sq[id] = q
h2_bundle.go#L11374: for streamID, q := range ws.sq {
h2_bundle.go#L11377: delete(ws.sq, streamID)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |